home *** CD-ROM | disk | FTP | other *** search
- //---------------------------------------------------------------------------
- #ifndef BTMainH
- #define BTMainH
- //---------------------------------------------------------------------------
- #include <vcl\Classes.hpp>
- #include <vcl\Controls.hpp>
- #include <vcl\StdCtrls.hpp>
- #include <vcl\Forms.hpp>
- #include <vcl\Buttons.hpp>
- #include <vcl\ExtCtrls.hpp>
-
- //---------------------------------------------------------------------------
- class TMainForm : public TForm
- {
- __published: // IDE-managed Components
- TButton *ShowButtons;
- TBitBtn *ShowBitBtns;
- TPanel *Panel1;
- TLabel *Label;
- TPanel *Panel2;
- TSpeedButton *BtnsSpeedBtn;
- TSpeedButton *BitBtnsSpeedBtn;
- TSpeedButton *DrawMode;
- TSpeedButton *PaintMode;
- TSpeedButton *EraseMode;
- TLabel *Label1;
- TLabel *Label2;
- TBevel *Bevel1;
- TCheckBox *AllowAllUpBox;
- TLabel *ModeLabel;
- void __fastcall ShowButtonsClick(TObject *Sender);
-
- void __fastcall AllowAllUpBoxClick(TObject *Sender);
- void __fastcall DrawModeClick(TObject *Sender);
- private: // User declarations
- public: // User declarations
- virtual __fastcall TMainForm(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern TMainForm *MainForm;
- //---------------------------------------------------------------------------
- #endif
-